From 95d923f6612471b0ac4ab364cddaf2e39991fb8a Mon Sep 17 00:00:00 2001 From: Michael Fulbright Date: Wed, 10 Nov 1999 17:17:17 +0000 Subject: [PATCH] cleanup to remove warnings. Dr Mike --- demos/testpixbuf.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/testpixbuf.c b/demos/testpixbuf.c index 5b67aa912d..9d15087551 100644 --- a/demos/testpixbuf.c +++ b/demos/testpixbuf.c @@ -497,7 +497,6 @@ main (int argc, char **argv) GdkPixbuf *pixbuf; GdkPixbufLoader *pixbuf_loader; - FILE *file; gtk_init (&argc, &argv); @@ -519,6 +518,7 @@ main (int argc, char **argv) if (tbf_bps) { bps = atoi(tbf_bps); + g_print ("Simulating %d kBytes/sec\n", bps); readlen = (bps*1024)/10; } } -- 2.30.2